@charset "UTF-8";
/* CSS Document */

/*
-----------------------------首页样式start-----------------------------
*/
.minH600{
	min-height: 400px;
	height: auto !important;
	height: 400px;
}
/*头部开始*/
/*头部开始*/

.top {
	position: fixed;
	width: 100%;
	height: 105px;
	background: #fff;
	z-index: 999;
	min-width: 1280px;
	box-shadow: 3px 0 7px rgba(0,0,0,0.1);
}

.topC {
	padding-left: 40px;
}

.logo {
	height: 61px;
	padding-top: 22px;
	margin-right: 15px;
}

.logo img {
	display: block;
	height: 61px;
	line-height: 61px;
}

.topLr {
	position: relative;
	padding-left: 20px;
	margin-top: 30px;
	height: 50px;
}

.topLr:after {
	display: block;
	content: "";
	position: absolute;
	width: 1px;
	height: 61px;
	left: 0;
	top: 0px;
	background: #eaeaea;
}

/*
.security {
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	color: #171717;
	padding-top: 6px;
}

.security span {
	font-size: 16px;
}

.topLr .gp {
	height: 18px;
	line-height: 18px;
	font-size: 15px;
	color: #171717;
}
*/


.gp{
	height: 61px;
	/*border-left: 1px solid #ddd;
	padding: 0px 0px 0px 15px;*/
	overflow: hidden;
	/*margin: 10px 0px 10px 15px;*/
}
.gp span{
	display: block;
	overflow: hidden;
	height: 25px;
	line-height: 25px;
}
.gp span em{
	float:left;
	display: inline;
	width: 62px;
	height: 25px;
	line-height: 25px;
	font-size: 15px;
	font-weight: bold;
	color: #666;
	font-style: normal;
	text-align: left;
}
.gp span i{
	float:left;
	display: inline;
	width: 58px;
	height: 25px;
	line-height: 25px;
	margin-left: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #666;
	font-style: normal;
	text-align: right;
}
.gpCont{
	overflow: hidden;
	font-size: 20px;
	color:#15901f;
	height: 25px;
}
.gpCont span{
	float:left;
	display: inline;
	width: 58px;
	height: 25px;
	line-height: 25px;
	margin-left: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #1b8625;
	font-style: normal;
	text-align: right;
}
.gp i{
	float: left;
	display: inline;
	width: 62px;
	height: 25px;
	line-height: 25px;
	text-align: left;
	color:#1b8625;
	font-weight: bold;
	font-size: 15px;
	font-style: normal;
}
.up1{
	background: url(../images/upW.png) no-repeat right center;
}
.down1{
	background: url(../images/downW.png) no-repeat right center;
}
.upStyle.gpCont i{
	color:#fe0000;
}
.upStyle.gpCont span {
	color:#fe0000;
}
.downStyle.gpCont i{
	color:#1b8625;
}
.downStyle.gpCont span {
	color:#1b8625;
}
.searchTab{
	overflow: hidden;
	width: 250px;
	padding-top: 34px;
}
.searchBox{
	overflow: hidden;
	width: 192px;
	background: none;
}
.search{
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	padding-left: 10px;
}
.searchInp{
	width: 100%;
	height: 38px;
	line-height: 38px;
	border: none;
	outline: none;
	font-size:14px;
	color: #666;
	background: none;
}
.serach_a{
	width: 45px;
	height: 38px;
	line-height: 38px;
	background: url(../images/search.png) center center no-repeat;
}
input::-webkit-input-placeholder { 
color: #c3c3c3;
}
input:-moz-placeholder { 
color: #c3c3c3;
}
input::-moz-placeholder { 
color: #c3c3c3;
}
input:-ms-input-placeholder { 
color: #c3c3c3;
}

.language {
	position: relative;
	margin-left: 50px;
}

.language .text {
	height: 105px;
	line-height: 105px;
	font-size: 14px;
	color: #005c99;
	padding-right: 20px;
	background: url(../images/select.png) right center no-repeat;
	cursor: pointer;
}

.language .languageBox {
	position: absolute;
	width: 200px;
	height: 50px;
	top: 90px;
	left: 0;
	background: #f1f4fc;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	opacity: 0;
	visibility: hidden;
}

.language .languageBox.hover {
	top:80px;
	visibility: visible;
	opacity: 1;
}

.language .languageBox .languageDl {
	padding: 10px 20px;
	overflow: hidden;
}

.language .languageBox .languageDl dd {
	float: left;
	display: inline;
	margin-right: 20px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
}


.langueChoose{ overflow: hidden; line-height: 105px;margin-right: 30px;}
.langueChoose a{ float: left; display: inline; color: #171717; font-size: 14px; margin-left: 15px;}

.link {
	position: relative;
	/*margin-left: 40px;*/
}

.link .linkT {
	height: 105px;
	line-height: 105px;
	color: #333;
	font-size: 14px;
	padding-right: 20px;
	background: url(../images/select.png) right center no-repeat;

}

.link .linkBox {
	position: absolute;
	min-width:100px;
	padding-right: 15px;
	/*width: 100%;*/
	min-height: 50px;
	top: 90px;
	left: -5px;
	background: #fff;
	box-shadow: 3px 4px 7px rgba(0,0,0,0.1);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	visibility: hidden;
	opacity: 0;
}

.link .linkBox.hover {
	top: 69px;
	visibility: visible;
	opacity: 1;
}

.linkDl {
	overflow: hidden;
	padding: 5px;
}

.linkDl dd {
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	text-align:left;
	white-space: nowrap;
}

.linkDl dd a {
	display: block;
	line-height:20px;
    padding:5px 0;
	color: #858585;
}
.linkDl dd a:hover{color:#005c99}
/*下拉选择*/

.demo2 {
	width: 200px;
	height: 30px;
	position: relative;
	padding-right: 30px;
	border: 1px solid #dddddd;
}

.demo2 .seljg {
	padding-left: 10px;
	line-height: 30px;
	color: #666666;
	font-size: 13px;
	cursor: pointer;
}

.demo2 .seljg input {
	display: block;
	width: 100%;
	height: 30px;
	border: none;
	background: none;
}

.demo2 i {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/select.png) no-repeat center center;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
}

.demo2 .selTj {
	width: 100%;
	overflow: hidden;
	border: 1px solid #dddddd;
	border-top: none;
	max-height: 240px;
	overflow-y: auto;
	position: absolute;
	left: -1px;
	top: 31px;
	background: #FFF;
	display: none;
	z-index: 100000
}

.demo2 .selTj a {
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	color: #666666;
	margin-bottom: 1px;
	font-size: 12px;
}

.demo2 .selTj a:hover {
	background: #f8f8f8;
	color: #ff7800;
}

.demo2 .selTj a.hover {
	background: #f8f8f8;
	color: #ff7800;
}

/*头部结束*/

/*menu开始*/

.menuBox{
    position: fixed;
	top: 105px;
	width: 100%;
	z-index: 100;
	height: 70px;
	background: #005c99;
	box-shadow: 6px 5px 7px rgba(0,0,0,0.15);
}
.menu_dl{
    position: relative;
    z-index: 3;
	margin-right:-29px;
}
.menu_dl dd{
    float: left;
    display: inline;
    position: relative;
}
.menu_a{
    display: block;
    overflow: hidden;
    height: 70px;
    line-height: 70px;
    font-size: 15px;
	font-weight: bold;
    color:#fff !important;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding: 0px 35px;
	margin: 0 29px;
}
.menu_dl dd.hover .menu_a{
    background: #e5e5e5;
	color: #005c99 !important;
}
.menuLine{
    width: 0px;
    height: 5px;
    background: #901d22;
    position: absolute;
    left: 0px;
    bottom: -1px;
    z-index: 1;
}
.menuDiv{
    display: none;
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 90px;
    -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
}
.menu_ul{
    overflow: hidden;
    background: #fff;
}
.menu_ul li{
    height: 35px;
    overflow: hidden;
    line-height: 35px;
    border-bottom: 1px solid #fafafa;
}
.menu_ul li:last-child{
    border:none;
}
.menu_ul li a{
    display: block;
    overflow: hidden;
    font-size: 14px;
    color:#666;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.menu_ul li.hover{
    border-color:#901d22;
}
.menu_ul li.hover a,
.menu_ul li a:hover{
    background: #e5e5e5;
    color: #fff;
}
.topSubMenu{
    background: #e5e5e5;
    position: fixed;
    top: 175px;
    transform: translateY(-100%);
    width: 100%;
    transition:all 0.5s cubic-bezier(0.73, 0.25, 0.21, 1.01);
    z-index: 9;
	padding: 10px 0;
}
.topSubMenu.show{
    transform: translateY(0);
}
.topMenuList{
    min-height: 1px;
}
.topMenuList{
    float: left;
    display: inline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
    transition: 0.4s ease;
    position: relative;
    background: #e5e5e5;
}
.topMenuList:after{
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    content: '';
    display: block;
    background: #e5e5e5;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.4s ease;
}
.topMenuList.hover:after{
    opacity: 1;
    filter: alpha(opacity=100);
    left: 0;
    width: 100%;
}
.topMenuList dd{
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    position: relative;
    z-index: 9;
    overflow: hidden;
}
.topMenuList a{
    color: #666;
    display: block;
    position: relative;
    z-index: 9;
}
.topMenuList dd:after{
    content: '';
    position: absolute;
    width: 150%;
    height: 100%;
    left: -180%;
    top: 0;
    opacity: 0;
    transition: 0.4s ease;
    background: #e5e5e5;
    filter: alpha(opacity=0);
    transform:skewX(50deg);
    -webkit-transform:skewX(50deg);  /*兼容-webkit-引擎浏览器*/
    -moz-transform:skewX(50deg);/*兼容-moz-引擎浏览器*/
}
.topMenuList dd:hover:after{
    left: -25%;
    opacity: 1;
    filter: alpha(opacity=100);
}
.topMenuList dd:hover a{
	color: #005c99;
}
/*menu结束*/

/*.top {
	position: fixed;
	width: 100%;
	height: 86px;
	background: #fff;
	z-index: 999;
	min-width: 1280px;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.3)
}

.topC {
	padding-left: 40px;
}

.logo {
	height: 69px;
	padding-top: 8px;
	margin-right: 20px;
}

.logo img {
	display: block;
	height: 69px;
	line-height: 69px;
}

.topLr {
	position: relative;
	padding-left: 20px;
}

.topLr:after {
	display: block;
	content: "";
	position: absolute;
	width: 1px;
	height: 56px;
	left: 0;
	top: 15px;
	background: #eaeaea;
}

.security {
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	color: #858585;
	padding-top: 26px;
}

.security span {
	font-size: 16px;
}

.topLr .gp {
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	color: #858585;
}

.searchTab {
	width: 86px;
	height: 22px;
	position: relative;
	margin-left: 50px;
}

.searchTab.active:before {
	background: transparent;
}

.searchTaba {
	display: block;
	width: 86px;
	height: 86px;
	background: #ededed url(../images/search.png) center center no-repeat;
}

.searchBox {
	background: #f5f5f5;
	position: absolute;
	width: 280px;
	height: 70px;
	right: 0;
	top: 100px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
	z-index: 100;
}

.searchBox.hover {
	visibility: visible;
	opacity: 1;
	top: 86px;
}

.search {
	position: absolute;
	width: 240px;
	top: 20px;
	left: 20px;
	background: #fff;
	height: 31px;
	display: block;
}

.search input {
	display: block;
	height: 31px;
	width: 190px;
	padding: 0px 12px;
	line-height: 33px;
	font-size: 12px;
	color: #999;
	border: none;
	background: none;
	box-sizing: border-box;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.serach_a {
	position: absolute;
	right: 0;
	display: block;
	width: 50px !important;
	height: 31px;
	overflow: hidden;
	background: #2593ce url(../images/search1.png) no-repeat center center;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

.language {
	position: relative;
	margin-left: 50px;
}

.language .text {
	height: 86px;
	line-height: 86px;
	padding-right: 20px;
	background: url(../images/select.png) right center no-repeat;
	cursor: pointer;
}

.language .languageBox {
	position: absolute;
	width: 200px;
	height: 70px;
	top: 100px;
	left: 0;
	background: #f1f4fc;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	opacity: 0;
	visibility: hidden;
}

.language .languageBox.hover {
	top: 86px;
	visibility: visible;
	opacity: 1;
}

.language .languageBox .languageDl {
	padding: 20px;
	overflow: hidden;
}

.language .languageBox .languageDl dd {
	float: left;
	display: inline;
	margin-right: 20px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
}

.link {
	position: relative;
	margin-left: 40px;
}

.link .linkT {
	height: 86px;
	line-height: 86px;
	padding-right: 20px;
	background: url(../images/select.png) right center no-repeat;

}

.link .linkBox {
	position: absolute;
	width: 300px;
	min-height: 70px;
	top: 100px;
	right: 0;
	background: #f1f4fc;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	visibility: hidden;
	opacity: 0;
}

.link .linkBox.hover {
	top: 86px;
	visibility: visible;
	opacity: 1;
}

.linkDl {
	overflow: hidden;
	padding: 10px;
}

.linkDl dd {
	float: left;
	display: inline;
	margin-right: 30px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
}

.linkDl dd a {
	color: #858585;
}*/

/*下拉选择*/
/*
.demo2 {
	width: 200px;
	height: 30px;
	position: relative;
	padding-right: 30px;
	border: 1px solid #dddddd;
}

.demo2 .seljg {
	padding-left: 10px;
	line-height: 30px;
	color: #666666;
	font-size: 13px;
	cursor: pointer;
}

.demo2 .seljg input {
	display: block;
	width: 100%;
	height: 30px;
	border: none;
	background: none;
}

.demo2 i {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/select.png) no-repeat center center;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
}

.demo2 .selTj {
	width: 100%;
	overflow: hidden;
	border: 1px solid #dddddd;
	border-top: none;
	max-height: 240px;
	overflow-y: auto;
	position: absolute;
	left: -1px;
	top: 31px;
	background: #FFF;
	display: none;
	z-index: 100000
}

.demo2 .selTj a {
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	color: #666666;
	margin-bottom: 1px;
	font-size: 12px;
}

.demo2 .selTj a:hover {
	background: #f8f8f8;
	color: #ff7800;
}

.demo2 .selTj a.hover {
	background: #f8f8f8;
	color: #ff7800;
}

.topCl {
	border-left: 1px solid #e6e6e6;
}*/

/*头部结束*/

/*menu开始*/
/*
.menuDl {
	position: relative;
	margin-right: 22px;
}

.menuDl:after {
	display: block;
	content: "";
	clear: both;
}

.menuDl dd {
	display: inline;
	float: left;
	margin: 0 22px;
	position: relative;
	z-index: 3;
}

.menuDl dd span a {
	display: block;
	height: 86px;
	overflow: hidden;
	line-height: 86px;
	color: #666;
	font-size: 16px;
	position: relative;
	margin: 0px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.menuDl dd.hover span a {
	color: #2184c7;
}

.menuDl dd span a i {
	display: none;
	width: 100%;
	height: 2px;
	overflow: hidden;
	background: #d6000f;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.menuDl dd.hover span a i {
	display: block;
}

.menuDl dd .div_a {
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 102px;
	left: 0;
	z-index: 99;
	background: #fff;
	display: none;
}

.menuDl dd .div_a a {
	display: block;
	height: 35px;
	overflow: hidden;
	text-align: center;
	line-height: 35px;
	text-align: center;
	color: #333333;
	font-size: 14px;
}

.menuDl dd .div_a a.hover {
	background: #fff
}

.menuDl dd .div_a a:hover {
	background: #fff
}

.subMenuDiv {
	display: none;
	width: 100%;
	position: absolute;
	top: 86px;
	z-index: 1;
}

.menuDl dd.hover .subMenuDiv {
	z-index: 3;
}

.menuDl dt {
	width: 0px;
	height: 3px;
	background: #2184c7;
	position: absolute;
	left: 0px;
	top: 0;
	z-index: 2;
}

.menuDl dd span.yj a:after {
	display: block;
	content: "";
	position: absolute;
	width: 5px;
	height: 14px;
	left: 50%;
	top: -14px;
	margin-left: 3px;
	margin-top: -25px;
	background: url(../images/em1.png) center center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;

}

.menuDl dd span.yj a:before {
	display: block;
	content: "";
	position: absolute;
	width: 5px;
	height: 14px;
	left: 50%;
	bottom: -14px;
	margin-left: -5px;
	margin-bottom: -25px;
	background: url(../images/em1.png) center center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;

}

.subMenu_ul {
	width: 1000px;
	overflow: hidden;
	position: relative;
	z-index: 3;
}

.subMenuShadow {
	height: 100%;
	overflow: hidden;
	position: absolute;
	background: rgba(0, 0, 0, 0.6);
	left: 50%;
	top: 0px;
	z-index: 1;
	width: 50000px;
	margin-left: -25000px;
}

.subMenu_ul li {
	overflow: hidden;
	height: 60px;
	line-height: 60px;
	position: relative;
	z-index: 2;
	float: left;
	display: inline;
	margin: 0px 15px;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.menuDl dd.hover .subMenu_ul li {
	opacity: 0;
	-webkit-animation: liMove 0.3s linear forwards;
	-o-animation: liMove 0.3s linear forwards;
	animation: liMove 0.3s linear forwards;
}

@keyframes liMove {
	0% {
		transform: translateY(-110%);
		opacity: 0;
	}
	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

.menuDl dd.hide .subMenu_ul li {
	opacity: 1;
	-webkit-animation: liHIde 0.3s linear forwards;
	-o-animation: liHIde 0.3s linear forwards;
	animation: liHIde 0.3s linear forwards;
}

@keyframes liHIde {
	0% {
		transform: translateY(0px);
		opacity: 1;
	}
	100% {
		transform: translateY(110%);
		opacity: 0;
	}
}

.subMenu_ul li a {
	display: block;
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.subMenu_ul li a:hover {
	color: #fff;
}

.half .subMenu_ul li a {
	font-size: 14px;
}

.subMenu_ul li a span {
	position: relative;
}

.subMenu_ul li:hover a span {
	color: #2184c7;
}

.subMenu_ul li a span em {
	display: block;
	width: 2px;
	height: 10px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -5px;
	background: #2184c7;
}

.subMenuR {
	width: 50%;
	overflow: hidden;
	padding: 20px 0px;
}

.menuTop {
	height: 40px;
	line-height: 40px;
	display: block;
	overflow: hidden;
	font-size: 24px;
	color: #555;
	padding-left: 50px;
}

.subMenuCont {
	overflow: hidden;
	position: relative;
	margin-right: 15px;
}

.listBg {
	width: 0px;
	height: 0px;
	overflow: hidden;
	background: #fff;
	position: absolute;
	left: 0px;
	top: 0px;
}

.subMenuTop {
	height: 40px;
	line-height: 40px;
	display: none;
	font-size: 16px;
	color: #888;
	overflow: hidden;
	padding: 15px 0px 10px 50px;
}

.half {
	float: left;
	display: inline;
	width: 50%;
}

.half .subMenuTop {
	display: block;
}

.subMenuL {
	width: 50%;
	padding: 20px 0px;
}

.subMenuTxt {
	height: 250px;
	overflow: hidden;
	padding: 20px;
	margin: 0px 20px;
}

.subMenuLTop {
	display: none;
	text-align: center;
	font-size: 34px;
	color: #333;
	overflow: hidden;
}

.subMenuIntr {
	display: none;
	overflow: hidden;
	font-size: 14px;
	color: #404040;
	line-height: 25px;
}

.menuBg {
	display: none;
	width: 100%;
	height: 50px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 100px;
	z-index: 1;
	background: rgba(0, 0, 0, 0.6);
}

.subMenuDiv.showMenu {
	-webkit-animation: showMenu 0.5s linear forwards;
	-o-animation: showMenu 0.5s linear forwards;
	animation: showMenu 0.5s linear forwards;
}

@keyframes showMenu {
	0% {
		opacity: 0.5
	}
	100% {
		opacity: 1
	}
}

.subMenuDiv.hideMenu {
	-webkit-animation: hideMenu 0.5s linear forwards;
	-o-animation: hideMenu 0.5s linear forwards;
	animation: hideMenu 0.5s linear forwards;
}

@keyframes hideMenu {
	0% {
		opacity: 0.2
	}
	100% {
		opacity: 0
	}
}

.topRl {
	height: 80px;
	line-height: 80px;
}

.topHide {
	position: relative;
	width: 100%;
	height: 86px;
}

.topRl .iconBox:hover {
	opacity: .7;
	transform: rotateY(-180deg);
}*/

/*menu结束*/

/*indexBanner开始*/

.indexBanner {
	overflow: hidden;
	height: 500px;
	width: 100%;
	position: relative;
}

.indexBanner .myslide {
	position: relative;
	height: 500px;
}

.indexBanner .myslide a {
	display: block;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*.indexBanner .slick-dots {
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
}

.indexBanner .slick-dots li {
	width: 20px;
	height: 6px;
	line-height: 9999px;
	text-align: center;
	background: transparent;
	color: #ffffff;
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
	background: #99a1aa;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.indexBanner .slick-dots li.slick-active {
	width: 50px;
	background: #0d62ae;
}*/

.indexBanner .text {
	position: absolute;
	width: 1200px;
	height: 100%;
	left: 50%;
	margin-left: -600px;
	top: 0;
}

.indexBanner .con1 {
	position: absolute;
	top: 50%;
	left: 0;
	margin-left: 0px;
	margin-top: -57px;
	z-index: 5;
}
.indexBanner .prev{
	position: absolute;
	width: 55px;
	height: 80px;
	left: 0;
	top: 50%;
	margin-top: -40px;
	z-index: 5;
	background:  url(../images/bannerLeft.png) center center no-repeat;
	cursor: pointer;
}
.indexBanner .next{
	position: absolute;
	width: 55px;
	height: 80px;
	right: 0;
	top: 50%;
	margin-top: -40px;
	background: url(../images/bannerRight.png) center center no-repeat;
	cursor: pointer;
}
/*indexBanner结束*/

/*标题公共部分start*/

.maxTitleCn {
	height: 42px;
	line-height: 42px;
	font-size: 26px;
	color: #333;
	text-align: center;
}

.maxTitleEn {
	height: 25px;
	line-height: 25px;
	font-size: 18px;
	color: #666;
	text-align: center;
}

.colItro {
	line-height: 24px;
	font-size: 14px;
	color: #757575;
	text-align: center;
}

/*标题公共部分end*/

/*第一通栏start*/

.column1 {
	background: #fff;
	padding: 20px 0;
}

.col1Dl {
	overflow: hidden;
}

.col1Dl dd.dd1 {
	float: left;
	display: inline;
	width: 590px;
	margin-right: 20px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.col1Dl dd.dd2 {
	overflow: hidden;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.col1Dl dd .con {
	position: relative;
}

.col1Dl dd .con .pic {
	position: relative;
}

.col1Dl dd.dd1 .con .pic:after {
	display: block;
	content: "";
	padding-top: 48%;
}

.col1Dl dd.dd2 .con .pic:after {
	display: block;
	content: "";
	padding-top: 48%;
}

.col1Dl dd .con .pic img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.col1Dl dd .con .text {
	position: absolute;
	top: 32px;
	bottom: 32px;
	left: 32px;
	right: 32px
}

.col1Dl dd .con .text .titleBox .title {
	height: 36px;
	line-height: 36px;
	font-size: 24px;
	font-weight: bold;
	color: #0962b0;
}

.col1Dl dd .con .text .titleBox .englishTitle {
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #0962b0;
	text-transform: uppercase;
}

.col1Dl dd .con .text .more {
	position: absolute;
	width: 100%;
	height: 30px;
	left: 0;
	bottom: 15px;
}
.col1Dl dd .con .text .textC{
	height: 130px;
	line-height: 26px;
	font-size: 14px;
	overflow:hidden; 
}
.col1Dl dd.dd1 .con .text .textC{
	width: 230px;
	color: #fff;
}
.col1Dl dd.dd2 .con .text .textC{
	width: 330px;
	color: #d6f4ef;
}
.col1Dl dd .con .text .more a {
	display: inline-block;
	height: 100%;
	font-weight: bold;
	font-size: 14px;
	color: #6c8195;
}

.col1Dl dd .con .text .more a span {
	padding-right: 70px;
	background: url(../images/wicon1.png) right center no-repeat;
}

.col1Dl dd .con .text .titleBox .title,
.col1Dl dd .con .text .titleBox .englishTitle,
.col1Dl dd .con .text .more a {
	color: #fff;
}

.col1Dl dd.dd2 .con .text .more a span {
	background: url(../images/wicon2.png) right center no-repeat;
}

.col1Dl dd:hover {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.13);
}

.white {
	color: #fff;
}

/*第一通栏end*/
/*第一通栏end*/

/*第二通栏start*/

.column2 {
	padding: 40px 0 60px;
	background: #fafafa;
	overflow: hidden;
}

.columnScroll {
	position: relative;
}

.columnScroll .bd {
	overflow: hidden;
	padding: 5px 0;
}

.columnScroll .slick-list {
	overflow: visible;
	margin-right: -30px;
}

.columnScroll .myslide {
	width: 33.3333%;
	float: left;
	display: inline;
	outline: none;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.columnScroll .con {
	padding-right: 30px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.columnScroll .con .pic{
	position: relative;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	overflow: hidden;
}
.columnScroll .con .pic:after{
	display: block;
	content: "";
	padding-top: 56.5789%;
}
.columnScroll .con .pic img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.columnScroll .con .pic .time{
	position: absolute;
	width: 100%;
	height: 42px;
	line-height: 42px;
	bottom: 0;
	font-size: 18px;
	color: #fff;
	background:rgba(0,0,0,0.3);
    background: -webkit-linear-gradient(transparent,#000000);
    background: linear-gradient(transparent,#000000);
}
.columnScroll .con .pic .time span{
	display: block;
	padding: 0 25px;
}
.columnScroll .con .text{
	position: relative;
	padding: 30px 25px 40px;
	background: #fff;
}
.columnScroll .con .text:after{
	display: block;
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	bottom: 0;
	left: 0;
	background: #2593ce;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.columnScroll .con .text .title{
	height: 32px;
	line-height: 32px;
	font-size: 18px;
	color: #333;
	overflow: hidden;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.columnScroll .con .text .textC{
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #858585;
	overflow: hidden;
}
.columnScroll .prev {
	display: block;
	width: 30px;
	height: 40px;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.6) url(../images/prev2.png) no-repeat center center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
	z-index: 1;
	display: none;
}

.columnScroll .next {
	display: block;
	width: 30px;
	height: 40px;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.6) url(../images/next2.png) no-repeat center center;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -20px;
	z-index: 1;
	display: none;
}

.columnScroll .prev:hover,
.column2Scroll .next:hover {
	background-color: #cd291f;
}
.columnScroll .myslide .con:hover{
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}
.columnScroll .myslide .con:hover .text .title{
	color: #2593ce;
}
.columnScroll .myslide .con:hover .text:after{
	width: 100%;
}
/*第二通栏end*/

/*
*第三通栏start fpx 2018
*/

.column3 {
	background: #fff;
	padding: 20px 0;
}
.col3Dl{
	overflow:hidden; 
	margin-right: -20px;
}
.col3Dl dd{
	float: left;
	display: inline;
	margin-bottom:20px;
	overflow: hidden;
}
.col3Dl dd .con{
	position: relative;
}
.col3Dl dd.dd1{
	width: 690px;
	margin-right: 20px;
}
.col3Dl dd.dd2{
	width: 490px;
	margin-right: 20px;
}
.col3Dl dd .con .pic{
	position: relative;
}
.col3Dl dd.dd1 .con .pic:after{
	display: block;
	content: "";
	padding-top: 36.2319%;
}
.col3Dl dd.dd2 .con .pic:after{
	display: block;
	content: "";
	padding-top: 51.1%;
}
.col3Dl dd .con .pic img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.col3Dl dd .con .picBox{
	position: relative;
}
.col3Dl dd .con .picBox .picText{
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.col3Dl dd .con .picBox .picText .english{
	height: 40px;
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
	color: rgba(255,255,255,0.6);
	text-transform: uppercase;
	margin-bottom: 5px;
}
.col3Dl dd .con .picBox .picText .chinaT{
	height: 40px;
	line-height: 40px;
	overflow:hidden;
	font-size: 24px;
	color: #fff;
}
.col3Dl dd .con .text{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(37,127,190,.45);
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	visibility: hidden;
	opacity: 0;
}
.col3Dl dd .con .text .textBox{
	position: absolute;
	top: -25px;
	left: -25px;
	bottom: -25px;
	right: -25px;
	border: 1px solid rgba(238,238,238,.5);
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}
.col3Dl dd .con .text .textBox .title{
	height: 63px;
	line-height: 63px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	position: relative;
	margin-bottom: 45px;
	transition: all 0.6s linear;
	-webkit-transition: all 0.6s linear;
	visibility: hidden;
	opacity: 0;
}
.col3Dl dd .con .text .textBox .title:after{
	display: block;
	content: "";
	position: absolute;
	width: 35px;
	height: 1px;
	left: 50%;
	margin-left: -17px;
	bottom: -10px;
	background:rgba(255,255,255,0.5);
	transition: all 0.7s linear;
	-webkit-transition: all 0.7s linear;
	visibility: hidden;
	opacity: 0;
}
.col3Dl dd .con .text .textBox .itro{
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	padding: 0 10px;
	text-align: center;
	transition: all 0.8s linear;
	-webkit-transition: all 0.8s linear;
	visibility: hidden;
	opacity: 0;
	text-transform: uppercase;
}
.col3Dl dd:hover .con .picBox .picText{
	visibility: hidden;
	opacity: 0;
} 
.col3Dl dd:hover .con .text{
	visibility: visible;
	opacity: 1;
}
.col3Dl dd:hover .con .text .textBox{
	left: 25px;
	top: 25px;
	right: 25px;
	bottom: 25px;
}
.col3Dl dd:hover .con .text .textBox .title{
	margin-bottom: 15px;
	visibility: visible;
	opacity: 1;
}
.col3Dl dd:hover .con .text .textBox .title:after{
	bottom: 0px;
	visibility: visible;
	opacity: 1;
}
.col3Dl dd:hover .con .text .textBox .itro{
	visibility: visible;
	opacity: 1;
}
/*第三通栏end*/

/*底部开始*/

.footer {
	height: 155px;
	background: #f5f5f5;
	overflow: hidden;
}

.beian {
	height: 32px;
	line-height: 32px;
	font-size: 13px;
	color: #858585;
}

.beian span {
	display: inline-block;
}

.beian span.span2 {
	padding-left: 24px;
	background: url(../images/jing.png) left center no-repeat;
	margin-left: 10px;
}

.jsBox {
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	font-size: 13px;
	overflow: hidden;
}

.jsBox .declaration {
	height: 32px;
	line-height: 32px;
	color: #858585;
	margin-right: 13px;
}

.jsBox .js {
	overflow: hidden;
	height: 32px;
	line-height: 32px;
}

.jsBox .js a {
	color: #858585;
}

.footerNav {
	overflow: hidden;
	margin: 13px 0 7px 0;
}

.footerDl {
	overflow: hidden;
	margin:0 -18px;
}

.footerDl dd {
	float: left;
	display: inline;
	padding: 0 18px;
	height: 34px;
	line-height: 34px;
	position: relative;
}

.footerDl dd:after {
	display: block;
	content: "";
	position: absolute;
	width: 3px;
	height: 3px;
	right: 0;
	top:50%;
	margin-top: -1px;
	background: #858585;
	border-radius: 50%;
}
.footerDl dd:last-child:after{
	display: none;
}
.footerDl dd a {
	display: block;
	height: 100%;
	color: #858585;
	font-size: 14px;
	font-weight: bold;
}

.footerDl dd a:hover {
	color: #2593ce;
}

.footerTdl {
	float: right;
	display: inline;
}

.footerTdl dd {
	float: left;
	display: inline;
	margin-left: 30px;
}
.footerTdl dd .con{
	width:98px;
	height: 98px;
	overflow: hidden;
	padding: 5px;
	background: #fff;
}
.footerTdl dd .con img{
	width: 98px;
	height: 98px;
	display: block;
}
/*.footerTdl dd a {
	display: block;
	height: 100%;
	font-size: 14px;
	color: #666;
	line-height: 40px;
}

.footerTdl dd .oPhone,
.footerTdl dd .oWeixin {
	position: relative;
}*/

.footerTdl dd span {
	display: block;
	/*width: 34px;*/
	line-height: 30px;
	font-size: 14px;
	color: #666;
	position: relative;
	text-align: center;
}

/*.ph {
	background: url(../images/footerWX.png) left center no-repeat;
}

.wx {
	background: url(../images/footerm.png) left center no-repeat;
}

.phCord {
	width: 96px;
	z-index: 10;
	position: absolute;
	margin-left: -40px;
	bottom: 90px;
	overflow: visible;
	padding-bottom: 7px;
	visibility: hidden;
	opacity: 1;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
}

.phCord i {
	position: absolute;
	left: 50%;
	margin-left: -4px;
	bottom: 0px;
	width: 18px;
	height: 7px;
	background: url(../images/xcxIcn.png) no-repeat center center;
}

.phCord div {
	overflow: hidden;
	padding: 5px;
	background: #FFF;
	box-shadow: 1px 2px 4px rgba(0,0,0,0.1); 
}

.phCord div img {
	overflow: hidden;
	width: 85px;
	height: 85px;
	display: block;
}

.oPhone:hover .phCord {
	visibility: visible;
	opacity: 1;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	transform: translateY(50px);
	-webkit-transform: translateY(50px)
}

.oWeixin:hover .phCord {
	visibility: visible;
	opacity: 1;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	transform: translateY(50px);
	-webkit-transform: translateY(50px)
}*/
.footerL {
	overflow: hidden;
}

/*底部结束*/

/*
-----------------------------首页样式end-----------------------------
*/

/*内页框架开始*/

/*内页外结构开始*/
.subBox{
	position: relative;
	height: 400px;
}
.subBox .subBanner{
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
/*内页外结构结束*/

/*当前位置开始*/
.location{
	position: relative;
	height: 0px;
}
.location .locationCon{
	position: absolute;
	width: 100%;
	height: 64px;
	left: 0;
	top: -64px;
	background: rgba(0,0,0,.5);
}
.locationDl{
	overflow: hidden;
}
.locationDl dd{
	float: left;
	display: inline;
	line-height: 64px;
	text-align: center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	position: relative;
	padding: 0 15px;
}
.locationDl dd a{
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #e5e5e5;
}
.locationDl dd:hover{
	background: #0962b0;
} 
.locationDl dd:hover a{
	color: #fff;
}
.locationDl dd.hover{
	background: #0962b0;
} 
.locationDl dd.hover a{
	color: #fff;
}
.location1{
	height: 75px;
	line-height: 75px;
	background: #f5f8fb;
}
.locationDl1 {
	overflow: hidden;
}
.locationDl1 dd{
	float: left;
	display: inline;
	margin-right: 62px;
}
.locationDl1 dd a{
	display: block;
	height: 100%;
}
.locationDl1 dd a span{
	display: block;
	position: relative;
	padding-left: 20px;
	font-size: 16px;
	color: #54596c;
}
.locationDl1 dd a span:after{
	display: block;
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	left: 0;
	top: 50%;
	margin-top: -2px;
	background: #54596c;
	border-radius: 50%;
}
.locationDl1 dd.hover a span{
	font-weight: bold;
}
/*当前位置结束*/

/*页码开始*/

.page {
	padding: 30px 0;
	text-align: center;
	clear: both;
	font-size: 14px;
}

.page a {
	display: inline-block;
	overflow: hidden;
	padding: 10px 15px;
	color: #999999;
	border-radius: 3px;
	background: #fff;
	margin: 0 3px;
	border: 1px solid #e6e6e6;
}

.page span {
	display: inline-block;
	padding: 6px 2px;
	position: relative;
	top: -15px;
}

.page a:hover {
	background: #0d62ae;
	color: #fff;
	border-color: #0d62ae;
}

.page a.hover {
	background: #0d62ae;
	color: #fff;
	border-color: #0d62ae;
}

.page input {
	display: inline-block;
	vertical-align: middle;
	height: 22px;
	border: 1px solid #e6e6e6;
	position: relative;
	top: -2px;
}

.page input.pageDetail {
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 3px;
	color: #999999;
	position: relative;
	top: -13px;
}

.page label {
	color: #999999;
	position: relative;
	top: -11px;
}

.page input.page_bnt {
	border: none;
	width: 30px;
	height: 25px;
	cursor: pointer;
	background: none;
	color: #999999;
	position: relative;
	top: -13px;
}

.page a div {
	width: 11px;
	height: 19px;
	background-position: center center;
	background-repeat: no-repeat;
}

.page a.firstPage div {
	background-image: url(../images/page/firstPage.png)
}

.page a.prevPage div {
	background-image: url(../images/page/prevPage.png)
}

.page a.nextPage div {
	background-image: url(../images/page/nextPage.png)
}

.page a.lastPage div {
	background-image: url(../images/page/lastPage.png)
}

.page a.firstPage:hover div {
	background-image: url(../images/page/firstPageh.png)
}

.page a.prevPage:hover div {
	background-image: url(../images/page/prevPageh.png)
}

.page a.nextPage:hover div {
	background-image: url(../images/page/nextPageh.png)
}

.page a.lastPage:hover div {
	background-image: url(../images/page/lastPageh.png)
}

.page a.firstPage.disabled {
	background: #E2E2E2;
}

.page a.prevPage.disabled {
	background: #E2E2E2;
}

.page a.nextPage.disabled {
	background: #E2E2E2;
}

.page a.lastPage.disabled {
	background: #E2E2E2;
}

.page a.firstPage.disabled div {
	background-image: url(../images/page/firstPage.png)
}

.page a.prevPage.disabled div {
	background-image: url(../images/page/prevPage.png)
}

.page a.nextPage.disabled div {
	background-image: url(../images/page/nextPage.png)
}

.page a.lastPage.disabled div {
	background-image: url(../images/page/lastPage.png)
}

/*页码结束*/

/*内页框架结束*/


/*综合页开始*/

/*关于龙津开始start*/
.col1BgBox {
	position: absolute !important;
	width: 105%;
	height: 105%;
	left: -2.5% !important;
	top: -2.5% !important;
}

.col1Bg {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.aboutSub{
	height:400px;
}
.subBanner1{
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.subBanner1 .title{
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
}
.subBanner1 .title1{
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}
.subBanner .title1{
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
}
.subBanner .title2{
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}
.aboutColumn1{
	height: 120px;
	background: #fff;
}
.groupDl dd{
	float: left;
    display: inline-block;
	width: 25%;
    text-align: center;
	padding-top:25px;
	position: relative;
}
.groupDl dd:after{
	display: block;
	content: "";
	position: absolute;
	width: 1px;
	height: 54px;
	background: #ededed;
	right: 0;
	top: 35px;
}
.groupDl dd:last-child:after{
	display: none;
}
.groupDl dd .title{
    overflow: hidden;
    min-width: 110px;
    text-align: center;
}
.groupDl dd .title .titleCon{
    display: inline-block;
}
.groupDl dd .title span{
    float: left;
    font-size: 36px;
    color: #38b09d;
    display: inline; 
	font-weight: lighter;
}
.groupDl dd .title em{
    font-size: 16px;
    color: #38b09d;
    font-style: normal;
    float: left;
    margin-left: 13px;
    display: inline;
}
.groupDl dd .text{
    font-size: 18px;
    color: #666;
}
.groupText{
    line-height: 26px;
    font-size: 14px;
    color: #666;
    text-align: center;
}

.aboutColumn2{
	position: relative;
	height: 600px;
	overflow:hidden; 
}
.about2Left{
	width: 640px;
	margin-right: 75px;
}
.about2Left .title{
	height: 50px;
	line-height: 50px;
	font-size: 30px;
	color: #333;
}
.about2Left .stockCode{
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #0962b0;
}
.about2Left .about2Itro{
	line-height: 36px;
	font-size: 14px;
	color: #666;
}
.about2Left .about2Itro span{
	font-size: 16px;
	font-weight: bold;
	color: #444;
}
.about2Left .more{
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #0962b0;
	border-radius: 40px;
}
.about2Left .more a{
	display: block;
	height: 100%;
	font-size: 14px;
	color: #fff;
}
.about2Left .more a span{
	padding: 0 8px;
}
.about2Right{
	overflow: hidden;
	position: relative;
}
.about2Rightbox{
	width: 470px;
	height: 270px;
	background: #5bbbae;
	position: relative;
}
.about2Rightbox #a1{
	position: absolute;
	width: 470px;
	height: 270px;
	top: -11px;
	left: -11px;
}
.aboutColumn2{
	position: relative;
	height: 670px;
	overflow:hidden; 
}
.columnScroll1{
	overflow: hidden;
}
.columnScroll1 .bd {
	overflow: hidden;
	padding: 5px 0;
}

.columnScroll1 .slick-list {
	overflow: visible;
	margin-right: -20px;
}
.columnScroll1 .myslide{
	float: left;
	display: inline;
	width: 50%;
}
.columnScroll1 .myslide .con{
	position: relative;
	margin-right: 20px;
}
.columnScroll1 .myslide .con:after{
	display: block;
	content: "";
	padding-top: 72.8814%;
}
.columnScroll1 .myslide .con .outer{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.columnScroll1 .myslide .con .textB{
	padding-left: 20px;
}
.columnScroll1 .myslide .con .textB .titleEnglish{
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	text-transform: uppercase;
}
.columnScroll1 .myslide .con .textB .titleChina{
	height: 36px;
	line-height: 36px;
	font-size: 20px;
	font-weight: bold;
}
.columnScroll1 .myslide .con .textB .text{
	padding-right: 165px;
	line-height: 30px;
	height: 90px;
	font-size: 16px;
	color: #666;
	text-align: justify;
}
.columnScroll1 .myslide.even .con .textB .titleEnglish{
	color: #05538c;
}
.columnScroll1 .myslide.odd .con .textB .titleEnglish{
	color: #039ed7;
}
.columnScroll1 .myslide.even .con .textB .titleChina{
	color: #05538c;
}
.columnScroll1 .myslide.odd .con .textB .titleChina{
	color: #039ed7;
}
.aboutColumn3{
	position: relative;
	overflow: hidden;
	height: 520px;
}
.valueBox .title1{
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	color: #5bbbae;
}
.valueBox .title2{
	height: 34px;
	line-height: 34px;
	font-size: 20px;
	text-align: center;
	color: #5bbbae;
	font-weight: bold;
}
.contImg{
	text-align: center;
	height: 238px;
}
.fListBox{
	width: 675px;
	height: 238px;
	margin: 0 auto;
	position: relative;
}
.fListImg{ position: absolute;}
.fListImg.img1{left: 98px; top:48px; z-index: 5;}
.fListImg.img2{left: 205px; top:0px;}
.fListImg.img3{left: 300px; top:42px; z-index: 5;}
.fListImg.img4{left: 400px; top:7px;}
.fListImg.img5{left: 455px; top:103px; z-index: 5;}
.fListImg.img6{left: 563px; top:70px;}

.fListBox .bg{ background: rgba(108, 129, 149, 0.2); position: absolute; border-radius: 100%;}
.fListBox .bg1{ width: 20px; height: 20px; left: 0; top: 9px;}
.fListBox .bg2{ width: 25px; height: 25px; left: 67px; top: 130px;}
.fListBox .bg3{ width: 47px; height: 47px; left: 60px; top: 163px;}
.fListBox .bg4{ width: 25px; height: 25px; left: 348px; top: 12px;}
.fListBox .bg5{ width: 37px; height: 37px; left: 596px; top: 196px;}


@-webkit-keyframes bounceIn-infinite {
    0% {
        -webkit-transform: translate(0, 0);
    }

    20% {
        -webkit-transform: translate(0, 3px);
    }

    50% {
        -webkit-transform: translate(0, 0);
    }

    70% {
        -webkit-transform: translate(0, -3px);
    }

    100% {
        -webkit-transform: translate(0, 0);
    }
}

@-moz-keyframes bounceIn-infinite {
    0% {
        -moz-transform: translate(0, 0);
    }

    20% {
        -moz-transform: translate(0, 3px);
    }

    50% {
        -moz-transform: translate(0, 0);
    }

    70% {
        -moz-transform: translate(0, -3px);
    }

    100% {
        -moz-transform: translate(0, 0);
    }
}

@-o-keyframes bounceIn-infinite {
    0%;

{
    -o-transform: translate(0, 0);
}

20% {
    -o-transform: translate(0, 3px);
}

50% {
    -o-transform: translate(0, 0);
}

70% {
    -o-transform: translate(0, -3px);
}

100% {
    -o-transform: translate(0, 0);
}

}

@keyframes bounceIn-infinite {
    0% {
        transform: translate(0, 0);
    }

    20% {
        transform: translate(0, 5px);
    }

    50% {
        transform: translate(0, 0);
    }

    70% {
        transform: translate(0, -5px);
    }

    100% {
        transform: translate(0, 0);
    }
}

@-webkit-keyframes bounceIn-infinite2 {
    0% {
        -webkit-transform: translate(0, 0);
    }

    20% {
        -webkit-transform: translate(0, 8px);
    }

    50% {
        -webkit-transform: translate(0, 0);
    }

    70% {
        -webkit-transform: translate(0, -8px);
    }

    100% {
        -webkit-transform: translate(0, 0);
    }
}

@-moz-keyframes bounceIn-infinite2 {
    0% {
        -moz-transform: translate(0, 0);
    }

    20% {
        -moz-transform: translate(0, 8px);
    }

    50% {
        -moz-transform: translate(0, 0);
    }

    70% {
        -moz-transform: translate(0, -8px);
    }

    100% {
        -moz-transform: translate(0, 0);
    }
}

@-o-keyframes bounceIn-infinite2 {
    0%;

{
    -o-transform: translate(0, 0);
}

20% {
    -o-transform: translate(0, 8px);
}

50% {
    -o-transform: translate(0, 0);
}

70% {
    -o-transform: translate(0, -8px);
}

100% {
    -o-transform: translate(0, 0);
}

}

@keyframes bounceIn-infinite2 {
    0% {
        transform: translate(0, 0);
    }

    20% {
        transform: translate(0, 8px);
    }

    50% {
        transform: translate(0, 0);
    }

    70% {
        transform: translate(0, -8px);
    }

    100% {
        transform: translate(0, 0);
    }
}


.bounceIn-infinite1 {
    animation: bounceIn-infinite 4s linear infinite;
    -webkit-animation: bounceIn-infinite 4s linear infinite;
    -moz-animation: bounceIn-infinite 4s linear infinite;
    -o-animation: bounceIn-infinite 4s linear infinite;
    -ms-animation: bounceIn-infinite 4s linear infinite;
}

.bounceIn-infinite2 {
    animation: bounceIn-infinite2 4s linear infinite;
    -webkit-animation: bounceIn-infinite2 4s linear infinite;
    -moz-animation: bounceIn-infinite2 4s linear infinite;
    -o-animation: bounceIn-infinite2 4s linear infinite;
    -ms-animation: bounceIn-infinite2 4s linear infinite;
}

.bounceIn-infinite3 {
    animation: bounceIn-infinite2 6s linear infinite;
    -webkit-animation: bounceIn-infinite2 6s linear infinite;
    -moz-animation: bounceIn-infinite2 6s linear infinite;
    -o-animation: bounceIn-infinite2 6s linear infinite;
    -ms-animation: bounceIn-infinite2 6s linear infinite;
}
/*关于龙津开始end*/

/*产品和业务start*/
.productSub{
	position: relative;
	height: 400px;
}
.productColumn1{
	padding: 45px 0 60px;
	background: #fff;
}
.productTitle .title{
	height: 34px;
	line-height: 34px;
	font-size: 24px;
	color: #05538c;
	text-align: center;
	text-transform: uppercase;
}
.productTitle .title2{
	height: 42px;
	line-height: 42px;
	font-size: 30px;
	color: #05538c;
	text-align: center;
	text-transform: uppercase;
}
.productBox{
	overflow: hidden;
	position: relative;
	height: 415px;
}
.productTitle .title2{
	height: 42px;
	line-height: 42px;
	font-size: 30px;
	color: #05538c;
	text-align: center;
	text-transform: uppercase;
}
.productBox{
	overflow: hidden;
	position: relative;
	height: 415px;
}
.productBoxT{
	position: absolute;
	left: 0;
	top: 90px;
	width: 100%;
	text-align: center;
	height: 100px;
	z-index: 10;
}
.productBoxT .title1{
	height: 34px;
	line-height: 34px;
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
}
.productBoxT .title2{
	height: 42px;
	line-height: 42px;
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
}
.productImg{
	position: relative;
}
.productImg dd .pic{
	position: relative;
}
.productImg dd .pic:after{
	display: block;
	content: "";
	padding-top: 20.416667%;
}
.productImg dd .pic img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}
.productDl{
	position: absolute;
	width: 100%;
	height: 415px;
	z-index: 2;
	left: 0;
	top: 0;
}
.productImgDl{
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.productImgDl dd{
	float: left;
	display: inline;
	width: 20%;
	height: 100%;
	position: relative;
}
.productImgDl dd .con{
	position: absolute;
	width: 100%;
	height: 170px;
	left: 0;
	bottom: 0;
	background: #ecf1f8;
	z-index: 5;
	transition: 0.4s;
}
.productImgDl dd .con:after{
	display: block;
	content: "";
	position: absolute;
	width: 1px;
	height: 90px;
	top: 50%;
	margin-top: -45px;
	right: 0;
	background: #ced3dc;
}
.productImgDl dd.dd5 .con:after{
	display: none;
}
.productImgDl dd.hover .con{
	background:#42a9cf;
}
.productImgDl dd .con .icon{
	height: 50px;
	line-height: 50px;
	background-position: center center;
	background-repeat: no-repeat;
}
.productImgDl dd.dd1 .con .icon{
	background-image: url(../images/wicon3.png)
}
.productImgDl dd.dd2 .con .icon{
	background-image: url(../images/wicon4.png)
}
.productImgDl dd.dd3 .con .icon{
	background-image: url(../images/wicon5.png)
}
.productImgDl dd.dd4 .con .icon{
	background-image: url(../images/wicon6.png)
}
.productImgDl dd.dd5 .con .icon{
	background-image: url(../images/wicon7.png)
}
.productImgDl dd.dd1.hover .con .icon{
	background-image: url(../images/wicon3_h.png)
}
.productImgDl dd.dd2.hover .con .icon{
	background-image: url(../images/wicon4_h.png)
}
.productImgDl dd.dd3.hover .con .icon{
	background-image: url(../images/wicon5_h.png)
}
.productImgDl dd.dd4.hover .con .icon{
	background-image: url(../images/wicon6_h.png)
}
.productImgDl dd.dd5.hover .con .icon{
	background-image: url(../images/wicon7_h.png)
}
.productImgDl dd .con .title{
	padding: 0 32px;
	line-height: 26px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #54596c;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.productImgDl dd.hover .con .title{
	color: #fff;
}
.productImgDl dd .conNav{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: -100%;
	background: rgba(0,0,0,0.5);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	visibility: hidden;
	opacity: 0;
}
.productImgDl dd.hover .conNav{
	bottom: 100%;
}
.productImgDl dd .conNav .conNavDl{
	position: absolute;
	width: 100%;
	bottom: 220px;
}
.productImgDl dd .conNav .conNavDl li{
	padding: 10px 0;
	line-height: 20px;
	text-align: center;
	
}
.productImgDl dd .conNav .conNavDl li span{
	display: inline-block;
	position: relative;
	font-size: 15px;
	color: #fff;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.productImgDl dd .conNav .conNavDl li:hover span{
	color: #42a9cf;
}
.productImgDl dd .conNav .conNavDl span:after{
	display: block;
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	left: -15px;
	top: 50%;
	background:#fff;
	border-radius: 50%;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.productImgDl dd .conNav .conNavDl li:hover span:after{
	background:#42a9cf;
}
.business .title{
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	color: #38b09d;
	text-align: center;
	text-transform: uppercase;
}
.business .title1{
	height: 44px;
	line-height: 44px;
	font-size: 30px;
	color: #38b09d;
	text-align: center;
}
/*.productColumn2{
	position: relative;
	height: 445px;
	overflow: hidden;
}

.businessItro{
	padding: 0 150px;
}
.businessItro .title{
	height: 32px;
	line-height: 32px;
	font-size: 18px;
	color: #666;
	font-weight: bold;
	text-align: center;
}
.businessItro .text{
	line-height: 30px;
	font-size: 15px;
	color: #666;
	text-align: center;
}
.businessItro .more{
	height: 42px;
	width: 150px;
	line-height: 42px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	border-radius: 42px;
	overflow: hidden;
}
.businessItro .more:after{
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #38b09d;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.businessItro .more a{
	display: block;
	position: relative;
	z-index: 5;
	font-size: 14px;
	color: #fff;
}
.businessItro .more:hover:after{
	opacity: .9;
}*/
.productColumn2Dl{
	overflow: hidden;
	margin: 0 -8px;
}
.productColumn2Dl dd{
	float: left;
	display: inline;
	width: 33.333%;
}
.productColumn2Dl dd .con{
	margin: 0 8px;
	position: relative;
}
.productColumn2Dl dd .con .pic{
	position: relative;
}
.productColumn2Dl dd .con .pic:after{
	display: block;
	content: "";
	padding-top: 66.6667%;
}
.productColumn2Dl dd .con .pic img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center center;
}
.productColumn2Dl dd:nth-child(1) .con .pic img{
	object-position: bottom center;
}
.productColumn2Dl dd .con .text{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
}
.productColumn2Dl dd .con .text .title{
	height: 36px;
	line-height: 36px;
	text-transform: uppercase;
	text-align: center;
	font-size: 24px;
	color: #fff;
}
.productColumn2Dl dd .con .text .title1{
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 30px;
	color: #fff;
}
/*产品和业务end*/

/*研发和创新start*/
.teamColumn1{
	position: relative;
	height: 720px;
	overflow: hidden;
}
.teamColumn1C{
	overflow: hidden;
}
.teamCleft{
	width: 760px;
}
.teamText{
	line-height: 32px;
	font-size: 14px;
	color: #666;
}
.textSpan{
	display: block;
	line-height: 30px;
	font-size: 20px;
	color: #119fd9;
}
.teamCright{
	overflow: hidden;
}
.teamColumn2{
	position: relative;
	height: 285px;
}
.peopleSpan{
	height: 68px;
	line-height: 68px;
	font-size: 24px;
	color: #333;
}
.peopleSpan span{
	margin-right: 40px;
}
.peopleSpan span em{
	padding-left: 15px;
	font-size: 36px;
	font-weight: bold;
	color: #119fd9;
	font-style: normal;
}
.peopleSpan span i{
	font-size: 16px;
	color: #333;
	font-style: normal;
}

.columnScroll2{
	overflow: hidden;
}
.columnScroll2 .bd {
	overflow: hidden;
	padding: 5px 0;
}

.columnScroll2 .slick-list {
	overflow: visible;
	margin-right: -20px;
}
.columnScroll2 .myslide{
	float: left;
	display: inline;
	width: 25%;
	margin-bottom: 20px;
}
.columnScroll2 .myslide .con{
	position: relative;
	margin-right: 20px;
	background-color: #fff;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.columnScroll2 .myslide .con:after{
	display: block;
	content: "";
	padding-top: 51.3986%;
}
.columnScroll2 .myslide .con .pic{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-position: center center;
	background-repeat: no-repeat;
}
.columnScroll2 .myslide .con:hover{
	box-shadow: 1px 2px 6px rgba(0,0,0,0.3);
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}
.teamColumn4{
	position: relative;
	height: 905px;
	overflow:hidden; 
}
.teamImg{
	text-align: center;
}
.teamImg img{
	max-width: 100%;
}
/*研发和创新end*/


.w_imgList1 {
	overflow: hidden;
	margin-right: -30px;
}

.w_imgList1 dd {
	overflow: hidden;
	float: left;
	display: inline;
	width: 33.3333%;
	margin-bottom: 20px;
}

.w_imgList1 dd .con {
	overflow: hidden;
	margin-right: 30px;
	padding: 10px;
	background: #fff;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}

.w_imgList1 dd .a {
	display: block;
}

.w_imgList1 dd .pic {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.w_imgList1 dd .pic:before {
	display: block;
	content: '';
	padding-top: 66%;
}

.w_imgList1 dd .pic img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	object-fit: contain;
}

.w_imgList1 dd .text {
	display: block;
	height: 48px;
	line-height: 48px;
	padding: 0 10px;
	text-align: center;
	color: #333;
	font-size: 14px;
	overflow: hidden;
	background: #fff;
}

.w_imgList1 dd:hover .text {
	color: #2184c7;
}

.w_imgList1 dd .con:hover {
	box-shadow: 1px -3px 15px 3px rgba(0, 0, 0, 0.08);
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}

/* 返回顶部start */
.footerFloatList{ position: fixed; right: 0px; bottom: 20%; width: 60px;}
.footerFloatList span{ display: list-item; width: 60px; height: 60px; overflow: hidden; background: #005c99; border-radius: 5px; text-align:  center; line-height: 60px; font-size: 0; cursor: pointer;}
.footerFloatList span img{ vertical-align: middle; height: 33px;}
/* 返回顶部end */


/*研发和创新star 2020-02-19*/
.teamTitle{
	height: 38px;
	line-height: 38px;
	font-size: 20px;
	color: #0962b0;
	font-weight: bold;
	padding-left: 15px;
	position: relative;
}
.teamTitle:after{
	display: block;
	content: "";
	position: absolute;
	width: 6px;
	height: 22px;
	left: 0;
	top: 50%;
	margin-top: -11px;
	border-radius: 3px;
	background: #0962b0;
}
.teamTbox .text{
	line-height: 20px;
	position: relative;
	position: relative;
	padding: 5px 0 5px 15px;
}
.teamTbox .text:after{
	display: block;
	content: "";
	position: absolute;
	width: 3px;
	height: 3px;
	left: 6px;
	top: 13px;
	border-radius: 100%;
	background: #0962b0;
}
.teamColumn4{
	height: 730px;
	position: relative;
	overflow: hidden;
}
.columnScrollTeam {
	position: relative;
}

.columnScrollTeam .bd {
	overflow: hidden;
	padding: 5px 0;
}

.columnScrollTeam .slick-list {
	overflow: visible;
	margin-right: -20px;
}

.columnScrollTeam .myslide {
	width: 25%;
	float: left;
	display: inline;
	outline: none;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.columnScrollTeam .con {
	margin-right: 20px;
	padding:14px 12px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	background: #fff;
}
.columnScrollTeam .con:hover{
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	box-shadow: 3px 0px 7px rgba(0,0,0,0.08);
}
.columnScrollTeam .con .pic{
	position: relative;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	overflow: hidden;
}
.columnScrollTeam .con .pic:after{
	display: block;
	content: "";
	padding-top: 56.5385%;
}
.columnScrollTeam .con .pic img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.columnScrollTeam .con .text{
	position: relative;
	padding: 20px 0;
	background: #fff;
	height: 200px;
	line-height: 25px;
	font-size: 14px;
	color: #666;
}

.teamColumn5{
	height: 410px;
	overflow: hidden;
}
.teamColumn5T{
	line-height: 30px;
	font-size: 16px;
	color: #666;
	text-align: center;
}
.teamColumn3{
	height:662px;
	overflow: hidden;
}